home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / clipper / nfpat6.zip / PAT6.DOC < prev   
Text File  |  1993-01-12  |  1KB  |  36 lines

  1. --------------------------------------------------------------------
  2. Nanforum Toolkit v2.1 Patch #6    1/12/93
  3. --------------------------------------------------------------------
  4.  
  5. The FT_MENUTO() function had a bug whereby an array bounds error
  6. could occur if you used nested submenus.  This has been fixed.
  7.  
  8. To apply the patch, just replace MENUTO.PRG in your NFSRC.ZIP with
  9. the attached MENUTO.PRG (if you downloaded the source code).
  10.  
  11. Then, you need a library utlitity (LIB.EXE comes with many versions
  12. of DOS, and with most compilers, and can be downloaded from the MSL
  13. forum on CompuServe as S12776.ARC).  If you know what to do, simply
  14. replace the MENUTO.OBJ module with the new one that is included in
  15. this patch file.  
  16.  
  17. The procedure, for those not sure:
  18.  
  19. 1.  Make a safe copy of NANFOR.LIB.  Hide it away.
  20.  
  21. 2.  Change to the directory where NANFOR.LIB is located.
  22.  
  23. 3.  Put MENUTO.OBJ in the same directory as NANFOR.LIB.
  24.  
  25. 4.  Type
  26.         
  27.          LIB NANFOR -+ MENUTO;
  28.  
  29. That should do it.  
  30.  
  31. Remember to report all strange stuff like this in Section 5 on
  32. Nanforum! If you have any problems, please contact me so I can help
  33. you get them fixed.
  34.  
  35. Glenn Scott [71620,1521]
  36.